home *** CD-ROM | disk | FTP | other *** search
/ USGS: National Coal Resou…s & Great Plains Regions / USGS National Coal Resource Assessment 1999 - Northern Rocky Mountains & Great Plains Regions - Disc 2.iso / PROGRAM / IMAGE / Etc / units.dat < prev   
Encoding:
Text File  |  1997-02-13  |  2.9 KB  |  136 lines

  1. /*
  2. ** This is the ERDAS/Imagine database. Each of the following sections
  3. ** defines a type of unit an all of the allowed conversions.
  4. **
  5. ** $Header: /vol/atlanta/elib/RCS/units.dat,v 1.5 97/02/12 14:59:45 huang Exp $
  6. **
  7. ** Each entry in each section is the name of a unit follow by the 
  8. ** conversion factor to the "standard internal units". Our standard
  9. ** internal units are: radians, meters, seconds, hectares, liters
  10. */
  11.  
  12. angle {
  13.     radians 1.0 ;
  14.     radian 1.0 ;
  15.     rad 1.0 ;
  16.     dd PI / 180.0 ;
  17.     dm PI / 180.0 / 60.0;
  18.     ds PI / 180.0 / 3600.0;
  19.     degrees PI / 180.0 ;
  20.     degree PI / 180.0 ;
  21.     deg PI / 180.0 ;
  22.     dg PI / 180.0 ;
  23.     grad PI / 200.0 ;
  24. }
  25. distance {
  26.     meters 1.0 ;
  27.     meter 1.0 ;
  28.     m 1.0 ;
  29.     centimeters 0.01 ;
  30.     centimeter 0.01 ;
  31.     cm 0.01 ;
  32.     millimeters 0.001 ;
  33.     millimeter 0.001 ;
  34.     mm 0.001 ;
  35.     kilometers 1000.0 ;
  36.     kilometer 1000.0 ;
  37.     km 1000.0 ;
  38.     other 1.0 ;
  39.     /*
  40.     ** following items are U.S. Survey foot.
  41.     */
  42.     us_survey_feet 0.3048006096012192 ;
  43.     us_survey_foot 0.3048006096012192 ;
  44.     feet 0.3048006096012192 ;
  45.     foot 0.3048006096012192 ;
  46.     ft 0.3048006096012192 ;
  47.     /*
  48.     ** following items are related to Standard foot (0.3048).
  49.     */
  50.     international_feet 0.3048 ;
  51.     international_foot 0.3048 ;
  52.     inches 0.3048006096012192  / 12.0 ;
  53.     inch 0.3048006096012192  / 12.0 ;
  54.     in 0.3048006096012192  / 12.0 ;
  55.     points 0.3048 / 12.0 / 72.0 ;
  56.     point 0.3048 / 12.0 / 72.0 ;
  57.     pt 0.3048 / 12.0 / 72.0 ;
  58.     yards 3*0.3048 ;
  59.     yard 3*0.3048 ;
  60.     yd 3*0.3048 ;
  61.     miles 5280*0.3048 ;
  62.     mile 5280*0.3048 ;
  63.     mi 5280*0.3048 ;
  64.     /*
  65.     ** variants
  66.     */
  67.     modified_american_feet 0.3048122530 ;
  68.     modified_american_foot 0.3048122530 ;
  69.     clarke_feet 0.3047972651 ;
  70.     clarke_foot 0.3047972651 ;
  71.     indian_feet 0.3047995142 ;
  72.     indian_foot 0.3047995142 ;
  73.     links 0.2011661950 ;
  74.     link 0.2011661950 ;
  75.     benoit_links 0.2011678249 ;
  76.     benoit_link 0.2011678249 ;
  77.     sears_links 0.2011676512 ;
  78.     sears_link 0.2011676512 ;
  79.     benoit_chains 20.1167824944 ;
  80.     benoit_chain 20.1167824944 ;
  81.     sears_chain 20.1167651216 ;
  82.     sears_chains 20.1167651216 ;
  83.     sears_yards 0.9143984146 ;
  84.     sears_yard 0.9143984146 ;
  85.     sears_yd 0.9143984146 ;
  86.     indian_yards 0.9143985425 ;
  87.     indian_yard 0.9143985425 ;
  88.     indian_yd 0.9143985425 ;
  89.     fathoms 1.8288000000 ;
  90.     fathom 1.8288000000 ;
  91.     international_nautical_miles 1852.0 ;
  92.     international_nautical_mile 1852.0 ;
  93.     nautical_mile_international 1852.0 ;
  94.     device_pixels 0.3048 / 12.0 / 300.0 ;
  95. }
  96.  
  97. area {
  98.     hectares 1.0 ;
  99.     hectare 1.0 ;
  100.     acres .4046856 ;
  101.     acre .4046856 ;
  102.     miles2 258.9988 ;
  103.     mile2 258.9988 ;
  104.     sqmiles 258.9988 ;
  105.     sqmile 258.9988 ;
  106. }
  107.  
  108. volume {
  109.     liters 1.0 ;
  110.     liter  1.0 ;
  111.     lt 1.0 ;
  112.     milliliters 0.001;
  113.     milliliter 0.001;
  114.     ml 0.001;
  115.     gallons 0.26417205 ;
  116.     gallon 0.26417205 ;
  117.     gal 0.26417205 ;
  118. }
  119.  
  120. time {
  121.     seconds 1.0 ;
  122.     secs 1.0 ;
  123.     sec 1.0 ;
  124.     minutes 60.0 ;
  125.     hours 60.0 * 60.0 ;
  126.     hour 60.0 * 60.0 ;
  127.     hr 60.0 * 60.0 ;
  128.     days 24.0 * 60.0 * 60 ;
  129.     day 24.0 * 60.0 * 60 ;
  130.     years 365.25 * 24.0 * 60.0 * 60.0 ;
  131.     year 365.25 * 24.0 * 60.0 * 60.0 ;
  132.     yr 365.25 * 24.0 * 60.0 * 60.0 ;
  133.  
  134. }
  135.  
  136.